QTAtoms
QT Atom commands
|
|
| QT_GetChildrenTypes(containerRef; parentAtomOffset; atomTypes):error | |||
|
|
containerRef | Longint | Atom container reference |
|
|
parentAtomOffset | Longint | Parent atom offset |
|
|
atomTypes | Array string | Children atom types |
|
|
error | Longint | Error result |
Retrieves all children atom types in the child list of the specified parent atom.
Parameter containerRef specifies the atom container. It must have been previously obtained with a call to QT_NewAtomContainer.
Parameter parentAtomOffset specifies the parent atom for this operation. To reference the root level atom, set parentAtomOffset to 0.
Parameter atomTypes receives the types of the children atoms.
Related commands
| QT_CountChildrenOfType | Returns the number of atoms of a given type in the child list of the specified parent atom |